.panel {
	background-image:url('wood.jpg');
	text-align:center;
}
.panel-heading {
	padding: 1px 0px 0px 0px;
}
table {
	background-color:white;
}
input[type=radio] {
    width: 100%;
    height:1.2em;
}
input[type=radio][name=TeamSel] {
    width: 10%;
    height:0.8em;
}

#sStatus {
	font-weight:bold;
	color:red;
}
#clock {
	font-size:400%;
	color:#fff;
	background-color:#000;
}

.score {
	font-size:2.7em;
	color:orange;
}
.poss  {
	font-size:1.5em;
}
.titles  {
	font-size:1.3em;
}
.MyBadge {
    border-radius: 1em;
}
.footer{
	left: 50%;
	color:#C0C0C0;
	font-size:100%;
	position:absolute;
	bottom:0px;
}
/* Popover Body */
.popover-content {
    color: red;
}
.flag2 {
    background-color: red;
}
.flag {
    text-decoration: line-through;
	color: red;
}
  .modal-header, h4, .close {
    background-color: #5cb85c;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-footer {
    background-color: #f9f9f9;
  }
 